home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
24
/
8
/
DISK2482.ZIP
/
GO.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-11-06
|
3KB
|
45 lines
echo off
if exist install.exe goto l010
cls
echo ██████████████████████████████████████████████████████████████████
echo ███ ███
echo ███ Please CHANGE to DRIVE in which INSTALL DISK is inserted ███
echo ███ ███
echo ███ For example: A: (enter) or B: (enter) ███
echo ███ ███
echo ███ Then retry: GO ███
echo ███ ███
echo ██████████████████████████████████████████████████████████████████
goto l020
:l010
cls
echo █████████████████████████████████████████████████████████████████████
echo ██ ██
echo ██ ╔═══════════════════════════════════════════════════════════╗ ██
echo ██ ╚═════════════ WELCOME to ONLINE BIBLE v 5.00 ═════════════╝ ██
echo ██ ██
echo █████████████████████████████████████████████████████████████████████
echo ** **
echo ██ ██
echo ██ Please read the installation instructions on the next screen. ██
echo ██ ██
echo ██ ╔╦═════════════════════════════════════════════════════════╦╗ ██
echo ██ ╠╝ If anything shouldest go wrong, use Ctrl-Break to stop. ╚╣ ██
echo ██ ╠╗ "a write-protect tab covereth a multitude of sins..." ╔╣ ██
echo ** ╚╩═════════════════════════════════════════════════════════╩╝ **
echo █████████████████████████████████████████████████████████████████████
pause
view read.me
view shareware.doc
cls
if exist read.me2 view read.me2
if exist read.me2 goto l020
echo █████████████████████████████████████████████████████████████████████
echo ** **
echo ██ ██
echo ██ Type "install" to begin the installation. ██
echo ██ ██
echo ** **
echo █████████████████████████████████████████████████████████████████████
:l020